-
Notifications
You must be signed in to change notification settings - Fork 14k
stdarch subtree update #149118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdarch subtree update #149118
Conversation
improve `_mm256_permute2f128` tests
Forward `TEST_SAMPLE_INTRINSICS_PERCENTAGE`
Add intrinsics for the new AMX target features
This updates the rust-version file to 8401398.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 8401398 Filtered ref: f9e99a8e85fa360f0e820dc75d46cb4583b4300d Upstream diff: rust-lang/rust@73e6c9e...8401398 This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
previously the output would just always be all zeroes
add logic tests for ternarylogic
Use generic SIMD masked load/stores for avx512 masked load/stores
improve ternary logic tests
Use SIMD intrinsics for vector shifts
ARM has withdrawn FEAT_TME https://developer.arm.com/documentation/102105/lb-05/ LLVM has also dropped support for enabling the feature.
correct some `#[simd_test]` attributes
aarch64: Remove withdrawn FEAT_TME
…h-to-main rename default branch to main
…dness correct signedness of pmadd arguments
|
cc @Amanieu, @folkertdev, @sayantn |
This comment has been minimized.
This comment has been minimized.
de75473 to
ae682a3
Compare
|
@bors r+ rollup=never p=1 |
|
@bors ping |
|
😪 I'm awake I'm awake |
|
Bors, please start running jobs. @bors retry |
stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@50134e1. Created using https://github.com/rust-lang/josh-sync. The only interesting commit is the final one, which enables the `avx10_target_feature` feature in the standard library, because it is now used in `stdarch`. r? `@sayantn` (or whoever, this is just a straightforward sync)
|
💔 Test failed - checks-actions |
|
Github won't show me the actual cause, but I think this is just a spurious failure in @bors retry |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 683dd08 (parent) -> 2c0f486 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 2c0f4860cc86e2354a55ea04e738848168435c90 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (2c0f486): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -2.4%, secondary 2.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 0.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 470.773s -> 471.681s (0.19%) |

Subtree update of
stdarchto rust-lang/stdarch@50134e1.Created using https://github.com/rust-lang/josh-sync.
The only interesting commit is the final one, which enables the
avx10_target_featurefeature in the standard library, because it is now used instdarch.r? @sayantn (or whoever, this is just a straightforward sync)